IApi.GetConfiguredAxesCount method
Gets the number of simulated axes.
Namespace: IntervalZero.KINGSTAR.Base.ApiAssembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
KsReturn<int> GetConfiguredAxesCount()
Function GetConfiguredAxesCount() As KsReturn(Of Integer)
Return value
Returns a KsError code and an integer value.
Usable EtherCAT states
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP
Examples
N/A
See also